Selectors with Vishal-tech

Welcome! I'm Vishal, Exploring to become a full stack developer from scratch. This page is for different types of selectors in CSS

#Consistency

✨ Selectors Explored:

        Universal Selector (*) → applied a global margin and padding.
        Element Selector (h2) → styled headings.
        Class Selector (.about) → styled paragraphs with a common class.
        ID Selector (#tagline) → highlighted a unique tagline.
        Group Selector (h4, pre) → styled multiple elements together.
    
In this web page we use selectors to understand, I explore them with details